home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 1.iso
/
toolbox
/
src
/
tutorials
/
OGLT
/
Examples
/
EuroApps
/
scripts
/
AEC-CAD.csh
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-11-11
|
182b
|
10 lines
#!/bin/csh -f
cd $BASE/bin/CadCentre
switch (`xconfirm -icon question -t "Launch demo?" -b Launch -B Cancel -icon info`)
case Launch:
./cadcentre &
case Cancel:
breaksw
endsw